crypto/tls.certificateVerifyMsg.signature (field)
9 uses
crypto/tls (current package)
handshake_client.go#L703: certVerify.signature, err = key.Sign(c.config.rand(), signed, signOpts)
handshake_client_tls13.go#L564: sigHash, signed, certVerify.signature); err != nil {
handshake_client_tls13.go#L685: certVerifyMsg.signature = sig
handshake_messages.go#L1791: signature []byte
handshake_messages.go#L1806: b.AddBytes(m.signature)
handshake_messages.go#L1827: return readUint16LengthPrefixed(&s, &m.signature) && s.Empty()
handshake_server.go#L722: if err := verifyHandshakeSignature(sigType, pub, sigHash, signed, certVerify.signature); err != nil {
handshake_server_tls13.go#L718: certVerifyMsg.signature = sig
handshake_server_tls13.go#L949: sigHash, signed, certVerify.signature); err != nil {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |